EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: edjeasyui on January 17, 2014, 08:43:36 AM



Title: About datagrid field and remote sort
Post by: edjeasyui on January 17, 2014, 08:43:36 AM
Hi to all!
I just have 2 questions about datagrid

1) About field property of a column
Can I use the dot notation in field property of a column?
It would be nice to to define field like this  "field:'person.name',...  and not having to use a formmater to display name value

2)About remote sorting
Can change the sortName other than the field property without using a loader?

In other words i would like to render in one column the field person.name and send to server sortName:heading.name when sorting in this column

Thanks in advance


Title: Re: About datagrid field and remote sort
Post by: stworthy on January 18, 2014, 07:09:00 AM
The default datagrid view does not support these feature. You will have to extend the datagrid view to achieve these functionality.