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
145
Hierarchical grid checkbox value is not getting in firefox.
posted

Hi,

In Hierarchical ultrawebgrid, I done Checkbox selection through Javascript. When Save button click  i have try to get the checkbox values in serverside. its working in IE But in Firefox the current checked/unchecked check box values are not getting.

The following code I used to get the checkbox value.

drow[

 

"view_access"] = uwgUser.Rows[i].Rows[j].Cells[2].Text.ToUpper() == "TRUE" ? "1" : "0"

;

 

Regards

Navadeep TS.

Parents Reply Children
No Data