Hi ,
I want to add static data to the list grid field. Please let me know how can I do it.
I tried like this.
ListGridField s = new ListGridField();
s.setValueMap("a","b","c");
but it is not showing any data in the grid. Please let me know how can I do it.
Thanks
I want to add static data to the list grid field. Please let me know how can I do it.
I tried like this.
ListGridField s = new ListGridField();
s.setValueMap("a","b","c");
but it is not showing any data in the grid. Please let me know how can I do it.
Thanks
Comment