I am using SmartGWTPro with hibernate/spring integration similar to the Showcase example using .ds.xml. http://www.smartclient.com/smartgwtee/showcase/#hibernate_spring
I have a editable listgrid. I want to show 2 fields as editable and rest non-editable.
I did referred to http://www.smartclient.com/smartgwt/showcase/#grid_editing_disable
but here since I am using ds.xml bindings and calling DS.getDatasource("app.ds.xml"); I m not able to figure out how to achieve this.
Can you guide me in this ? Any Hint ??
I have a editable listgrid. I want to show 2 fields as editable and rest non-editable.
I did referred to http://www.smartclient.com/smartgwt/showcase/#grid_editing_disable
but here since I am using ds.xml bindings and calling DS.getDatasource("app.ds.xml"); I m not able to figure out how to achieve this.
Can you guide me in this ? Any Hint ??
Comment