Hi all, I want to read the content of my current grid row when user double clicks on that row. Kindly explain with some example. Thanks and regards. George. |
Hi George, You can read the content of the current grid row in the Consider the following grid:
The simple
The procedure above is useful when the grid and its datasource is fixed. If you need a generic procedure, you can use the following:
Hope this helps, Thank you Mr. Ibrahim.
(07 Mar '13, 22:17)
George
Hi Ibrahim, This was a very helpful piece of code to me especially the generic one. Thank you very much and may God bless you. George.
(08 Mar '13, 03:49)
George
|