This question is locked. New answers and comments are not allowed.
Hi,
I was wondering if there are any guidelines how to extend grid?
Let's say I have following scenario:
I don't like how boolean values are rendered on grid (basically they are rendered as disabled checkbox and disabled checkbox lacks contrast for my customer in some browsers, it is hard/not possible override how disabled checkbox look like in crossbrowser way).
So may be I would like to have images for true/false instead. I know, I could use let's say column templates to change this, but that means, that i would go through all grids in my application and do the same.
I would rather override grid rendering behavior in one place, like have custom grid class and use it through application, is it possible somehow and if yes, are there any information about this on web?
I was wondering if there are any guidelines how to extend grid?
Let's say I have following scenario:
I don't like how boolean values are rendered on grid (basically they are rendered as disabled checkbox and disabled checkbox lacks contrast for my customer in some browsers, it is hard/not possible override how disabled checkbox look like in crossbrowser way).
So may be I would like to have images for true/false instead. I know, I could use let's say column templates to change this, but that means, that i would go through all grids in my application and do the same.
I would rather override grid rendering behavior in one place, like have custom grid class and use it through application, is it possible somehow and if yes, are there any information about this on web?