Advanced Forum Search Results
-
Hi All,
I am new to silver light,Please let me know how to implement the following methods sample code to implement, for silverlight datagrid controlpublic event EventHandler<DataGridEndingEditEventArgs> CommittingEdit;
//protected virtual void OnCommittingEdit(DataGridEndingEditEventArgs e);
Regards,
Chinna.
-
Hi,
I am looking for the same problem .... I am populating the data from dbase to the grid in silverlight2.0.
Now my requirement is when i select a row i need to get the updated/modified data for the particular row.... (with a hidden field like in asp.net 'DataKeyField i.e. if i select one row i need to get the EmpId for that particular row ...
-
Hi,
I am very new to silverlight how to navigate with the controls inside the datagrid control?
say i have 5/6 text boxes inside the datagrid, how to get those textbox values in the code behind?
Plz let me know sample code.
-
Hi All,
can anyone let me know the sample code for 'AutoCompletebox.SetBinding()' method its very urgent.
Regards, Chinna.
-
Hi All,
I need to bind the data (Patient Names) to AutoCompleteBox during runtime,(internally the AutocompleteBox control binds with PatinetID) and while displaying it should display only name .
this is my requirement can anyone let me know whether it is possible useing Silverlight AutoComploetBox(Multiple columns to be ...
-
Hi,
I have an issue i need to place an image dynamically using code behind...
Plz let me know the solution for my problem.
Regards,
Chinna
-
Hi All,
Plz give me some idea on how to manipulate image brightness and contrast at runtime.
Say i have image on my page and if user chooses 'brightness+' the image brightness should increase and the same for contrast also and if user selects 'brightness -' it should decrease as well.
Please give me some idea
-
Hi All,
I am using MultiscaleImage control in my application, for zoom affect of the img.
Here i am reading the images using xml file,
msi.Source = new DeepZoomImageTileSource(new Uri("dzc_output.xml",UriKind.Relative));
but i am not getting any source in this, i am getting error:
"This operation is not supported for a ...
-
Hi All,
Please let me know the solution for my issue:
I need to embed one image into another image(like top right corner i need to embed one more image for another image).
Please let me know how to do it
Regards,
Chinna.
-
Hi All,
I am getting error :
I am converting the application from silverlight beta2 to silverlight 2. application is getting crashed and am getting the error :(am using list box)
value out of range exception.