Aspose.Grid selected cell

Hi!

In all grid web demos when you click any cell it is highlighted by color (and activerow and activecolumn too).

And I can't see any special tuning in samples codes.

But when I'm trying to use web grid in my project, there's no such behavior.

What should I do to fix it?

Thanks

P.S. I'm using Aspose.Grid 2.0


This message was posted using Aspose.Live 2 Forum

Hi,

Well, there are certain properties of GridWeb for this purpose that you may set at design time even using Aspose.Cells.GridWeb Designer box, e.g
ActiveCellBgColor, ActiveHeaderBgColor etc.

Further, you may also apply predefined preset style, to know more about how to specify a preset style, please check the demo:



Thank you.