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
325
Validate cell in webgrid
posted

Hi,

I need to validate the cell value in webgrid for my asp.net application. If anyone edit the grid, i would like to enter only decimal value in that coulmn.

 

How can we validate the cell of column in webgrid..

 

Parents
No Data
Reply
  • 14049
    Suggested Answer
    Offline posted
    Hi,

    You can either assign validators to the columns or use external editors
    as shown in this sample:
    http://samples.infragistics.com/2009.1/WebFeatureBrowser/contents.aspx?showCode=True&t=WebGrid/CellEditors/celleditorredirect.aspx~srcview.aspx?path=../webfeaturebrowservb/WebGrid/CellEditors/celleditorredirect.src~srcview.aspx?path=WebGrid/CellEditors/celleditorredirect.src
Children