-
so if im using a sandgrid and I have an editable column with several rows and I focus on the 1st enter the value then on the 2nd and enter the value then on the 3rd enter the value then click outside that specific grid it does not save the 3rd row data. The only way around this so far is - click inside...
-
Im using a sandgrid named gridView I use the following code to select the first row gridView.SelectRow(gridView.Rows[0]); there are 3 columns in this grid I had set the 3rd column as the primary and the editable property when a user starts typing it should enter focus on that 3rd column but its not?...
-
I would like to know weather we can add custom row into the sand grid if yes then how? if no then how can I change the background color of the cell or a row at run time. PLs urgently require a reply thank you.
-
Hi all, after looking at the sample application for sandgrid (newest 2009 release), i saw that it is possible to use spezialized columns, which cells have a button or hyperlink inside. This can be done in a very easy in straightforward way. The problem now is, that i found no way to get these spezialized...