Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
RowSelectionChanged Postback
posted

Hi,

I am using VS2010, Infrag 2011 vol 1 asp.net 4

I have a webdatagrid and a data entry form with several fields on the same screen, I am loading the fields with the values from the grid when click on the grid on the RowSelectionChanged event and works but I need to press a button in order to generate the postback, is there a way that the RowSelectionChanged do the postback automatically, I don't know if I am missing something.

Thanks.

 

 

 

 

 

 

<

 

ig:Activation Enabled="true"></ig:Activation>

 

 

<ig:selection RowSelectType="Single" Enabled="true"

 

 

CellClickAction="Row">

 

 

<AutoPostBackFlags RowSelectionChanged="true" />

 

 

</ig:Selection>

 

 

<ig:rowselectors Enabled="true" RowNumbering="true" />