I have two columns(column type dropdown) in webdatagrid assume the fist column is 'Country' and the second column is 'State'. Based on Country which I selected in first column, i need to load the states on second column, how to achieve this whith out post back
Lo normal del Equipo de Infragistics, No responden nada!. Que equipazo!! Que Empresa!!! Los felicito de verda!!
Thank you for you reply
can you please provide the sample code
Hi,
I would imagine that changing the value in the doprdown will fire your server side rowupdated event. That will be a quick ajax postback and in that event you can put your logic to load the state dropdown.
Ed