CSS Styling & jQuery integration

Hello -

I am interested in your product but I am looking to get some additional information.

Is the Grid product capable of having CSS classes assigned to each cell of a table, and can a title attribute also be assigned to multiple cells?

I need to have a grid product that can display jQuery generated tool tips.

Thanks,

Doug

Hello again -

I have an additional question:

Can the overall width of the grid object be expanded beyond the original size?

For example, let’s say the grid is 900 pixels wide (to start width),
I have 10 fields and the last being a Notes column. Can the overall grid width be expanded so the Notes can be read?

Any and all info is appreciated.

Thanks,

Doug

I have 10 fields and the last being a Notes column
grid.enableAutoWidht(true); //grid change its size to make all columns visible without scrolling

Is the Grid product capable of having CSS classes assigned to each cell of a table, and can a title attribute also be assigned to multiple cells?

it possible to provide unique css class for each cell , while loading from XML, cell tag must have “css” attribute which will be used for related table cell. Also, the “title” attribute will be assigned to the “title” attribute of the cell. ( the title attribute is a bit tricky because it will be assigned only when mouse is over the cell )