DataGrid Controls Don't Work with JavaScript Disabled

  • Thread starter Thread starter Steve Murphy
  • Start date Start date
S

Steve Murphy

When JavaScript is disabled on FireFox, the selection and paging controls on
my DataGrids stop working. Am I doing something wrong here, or are these
controls tied to JavaScript?

Thanks in advance.
 
Yes,the paging function is tied to JavaScript.

Regards
(e-mail address removed)
 
jianglinchun said:
Yes,the paging function is tied to JavaScript.

Hhhmmm, so does this pretty much eliminate the DataGrid usefulness for any
application where users might have JavaScript turned off?
 
The whole Asp.Net is usefulness if JavaScript is turned off. Just assume it
is on, otherwise the user won't use it anyway.

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top