[jQuery] Problem with a param in a grid
Hello,
my English isn't very good, so I'll try to do my best.
I'm making an application with jquery grid and I have a problem with the
columns params.
I add differents rows to the grid from a list of beans. Those beans have
some attributes and one of them is another Object, and I'd like to show one
attribute of this object.
For example.
One class called 'Car' has differents attributes like color, wheels... and a
Driver. I'd like to show in the grid the color, the wheels and the driver
name. I have problems with the last one.
I think my code in the grid should be like
{name:'driver.name',index:'driver.name', width:300, align:"center"}
but it doesn't work.
Can anybody help me??
Thank you very much in advance.
--
View this message in context: http://www.nabble.com/Problem-with-a-param-in-a-grid-tp18848078s27240p18848078.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.