1
vote
2answers
366 views

ExtJS 4.1.1a: Item in grid is deselected after record has been modified with set-method

Hy there, I have a very basic example with a grid with only 1 item and a button which updates this entry with the set-method of the underlying record. The problem is, that if the item is selected at ...
0
votes
0answers
35 views

How to page data according to pagingtoolbar's request [duplicate]

Possible Duplicate: What is the equivalent of this code in c# to pass the start and limit variable to query for paging This question follows from this thread...I am trying to change server ...
0
votes
0answers
176 views

Extjs 4.1 Grid's width Adjustment [closed]

I am creating grid inside panel.Grid takes the width automatically as the panel's layout is column and i have specified columnWidth : 1 for the grid. After rendering my gird's table width is 3px ...
0
votes
1answer
429 views

ExtJS 4, Different rows fields

It's possible to have "by-row" columns definition in a Grid? For example, I need a grid like this: id | name | options ====================================== int | string | ...
0
votes
1answer
909 views

Extjs 4.1.1 linking a contextmenu to a grid

Using Extjs 4.1.1 I am attempting to link a contextmenu (right click initiated menu) to a grid. So, I have the Ext.menu.menu and when a user right clicks my grid I want to display the menu using ...
1
vote
1answer
424 views

ExtJS 4.1 - Disappearing selection when editing cell (ComboBox editor)

I have GridPanel with 2 columns : Type : string Details : combo I added CheckBox selection model and I have a little problem. When I select couple rows and want to edit Details column in some of ...