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
4695
trigger checkbox event in the ultragrid
posted

Dear all,

I have the checkbox in the row in the ultragrid. If checkbox is checked or unchecked, I will modify the current row data, How to do ?? Any sample code?? In what ultragrid event . e.g.

if(Row[i].Cells[0] == true)

{

Row[i].Cells[9].Value=......

}

else

{

}

Parents Reply Children
No Data