Author Topic: Disable a single cell  (Read 2527 times)

Stingles

  • Newbie
  • *
  • Posts: 2
    • View Profile
Disable a single cell
« on: June 18, 2014, 07:14:29 pm »
Hello, and first of all thank you for making the pqGrid product, it's been a great help to the project I'm currently working on. 

I do have two hurdles left that I'm attempting to solve. 
  • Changing how certain keys are handled.  Having the ENTER key move to the next cell just like TAB does.
  • Based on the data in the cell, I need to have the cell disabled.


Example :
Let's say if the cell has the value of "X" where as the cell would have a numeric in it if it was meant to be editable.  How would I go about doing this?  and/or what are my options on working with the code to do this.

I am currently using the render in the column to adjust the 'look', but I can't figure out how to disable the cell from being editable.