Hello,
I am creating several RadGrid's (latest version) in a page programmatically (in Page_Init). - which means the grid's are recreated on every postback. (and rebinded on each postback).
My problem is when I try to extract values ( I am using InPlace edit mode ) after the update button is clicked - I am posting back the page - so the grid's are recreated again and when I finally reach my UpdateCommand listener function all I see in any extracted filed is " ".
I think I am loosing my new values because of the recreation and/or rebind.
But if I don't do that, my page does't know the grid's.
Please help me - I have tried everything ...
thanx,
Revital
p.s.
I have to create all grid object and datasource programmatically.
I am creating several RadGrid's (latest version) in a page programmatically (in Page_Init). - which means the grid's are recreated on every postback. (and rebinded on each postback).
My problem is when I try to extract values ( I am using InPlace edit mode ) after the update button is clicked - I am posting back the page - so the grid's are recreated again and when I finally reach my UpdateCommand listener function all I see in any extracted filed is " ".
I think I am loosing my new values because of the recreation and/or rebind.
But if I don't do that, my page does't know the grid's.
Please help me - I have tried everything ...
thanx,
Revital
p.s.
I have to create all grid object and datasource programmatically.