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
No Data
Reply
  • 3732
    posted

    Hi,

    We need more details to pin point the issue. I've these questions:

    1) How are you handling the checkBox column in the WebGrid? Is it a template column or you've set the Type of the column to be check box?

    2) What kind of events are you handling on the Grid?

    3) Are you using AJAX or not? If yes, then are you using UpdatePanel, WARP or the built in AJAX functionality of the Grid?

    4) Which version of NetAdvantage, .Net FrameWork and Visual Studio are you using?

    Please let me know as much details as possible.

    Thanks

     

Children