I'm using Extjs Widgets in workflow based application to create a WebApplication.
Now I'm trying to get a Grid with x rows, and underneath each row there could be several rows which should have colSpan.
Because of using these widget I'm not able to change config on the grid itself. So I tried to use the renderer.
Has someone an idea, how to make this possible?
Here is my fiddle
Thanks in advance
Related
I'm working on a project where I'm trying to add a dropdown in a UI Grid and the values of those dropdowns should come directly from the database. How can i implement this functionality?
I want to develop Kendo UI List view with endless scroll, please suggest me the solutions. or references
First, take the pagesize off your datasource. Second, don't use a pager control. Here is an example:
http://dojo.telerik.com/OLUFA
See the api here.
I'm trying to use ag-grid with react making use of this example
(src-standard)
I'm new to this. could anybody tell me how do I display two grids on the same page. Do I just make changes in myApp.jsx (say, if I want to display the same grid twice only).
I am new to Sencha. In one of my projects I have to use a Multiselect Grid Panel and update the store to and from the Grid. I have no clue as to how to achieve this.
I will highly appreciate if someone can send me their sample code or even links that display the usage of Multiselect grids. I found a few but unfortunately those links dont use Ext JS 4.1.
Thanks guys
First, have a look at the API docs:
http://docs.sencha.com/ext-js/4-1/#!/api/Ext.selection.RowModel-cfg-mode
http://docs.sencha.com/ext-js/4-1/#!/example
Then look at the infinite grid example:
http://docs.sencha.com/ext-js/4-1/#!/example/grid/infinite-scroll.html
Oddly enough, this example uses an undocumented "multiSelect" config on the grid... but it could have been defined on the selection model per the API docs.
My extjs grid will be refresh after a few seconds with data loaded from server (thru jQuery). I am new to extjs. Please show me how to do that.
Thanks.
Ext comes with a lot of examples you'd be better off looking through those, especially the grid and ajax ones.