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
290
Change Columnsetting for columns in a selected row
posted

Hi,

I have some Read Only columns on the Webdatagrid. On SelectedIndexChanged event of a dropdown in a row, i need to make the other read only columns in the same row as editable. I am not able to do this for selected rows. The column setting gets changed for the entire grid only. Is this possible to implement?

 

Thanks & Regards,

Udhaya

Parents
No Data
Reply
  • 13438
    posted

    Hello Udhaya,

     

    After some research, <Add availability to enable or disable editing for a particualar cell> has been determined to be a new product idea.  I have sent your product idea directly to our product management team.  Our product team chooses new product ideas for development based on popular feedback from our customer base.  Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.

     

    We value your input, and our philosophy is to enhance our toolset based on customer feedback.  If your feature is chosen for development, you will be notified at that time.  Your reference number for this product idea is PI12120022.

     

    If you would like to follow up on your product idea at a later point, you may contact Developer Support management via email.  Please include the reference number of your product idea in the subject and body of your email message.  You can reach Developer Support management through the following email address:  dsmanager@infragistics.com

     

    If you like you can leave the column to be editable and to cancel entering edit mode client side event if the cell you are about to edit belongs to this column and if the cell should not be edited (this will require qustom logic on the client)

Children