This is a migrated thread and some comments may be shown as answers.

[Solved] Getting grid cell values from server side

1 Answer 399 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brad
Top achievements
Rank 2
Brad asked on 21 Oct 2009, 10:45 PM
I have a RadGrid that I am using to get a couple of values from a stored procedure. There are always either no rows returned or one row returned. I need to get the values of those 2 cells IF there was a row returned and use them in a server-side C# method that was kicked off by another control. I have tried a bunch of different constructs and none of them works. The RadGrid is UserInfo and the 2 columns are UType and UKey. Both of the values are strings. Oh, the RadGrid is NOT visible. So how do I get the values back from the client side?
Alternately if I could find an example of how to call a stored proc from server side or client side and get the returned values I could do away with the RadGrid but I can't seem to get that to work either.

Thanks,

Joe B

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 23 Oct 2009, 09:49 PM
Have you tried looking into this documentation article? It describes how to access cells and rows.
Tags
Grid
Asked by
Brad
Top achievements
Rank 2
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or