Search Type: Posts; User: rishisaraf11
Search: Search took 0.03 seconds.
-
31 Jan 2012 3:30 AM
- Replies
- 5
- Views
- 842
Complete edit is RowEditor event however I am using CellEditing plugin. So I want similar event for cell editor.
Regards
Rishi Saraf -
30 Jan 2012 8:35 PM
- Replies
- 5
- Views
- 842
Hi Farish
Do you have any idea which event I can fire to update the record.
Regards
Rishi Saraf -
30 Jan 2012 7:55 AM
- Replies
- 5
- Views
- 842
Hello Folks,
I am facing very strange issue of grid editing in IE. I have a grid and to save that grid I have save button outside the grid. Now suppose I edit any cell inside the grid and without... -
30 Jan 2012 7:43 AM
- Replies
- 1
- Views
- 616
Hi Guys,
Can anyone let me know which event get fired when we tab inside extjs grid. Actually I want to call this event.
Regards
Rishi Saraf -
19 Jan 2012 11:29 PM
- Replies
- 5
- Views
- 1,064
Hi Friends,
I have requirement where I want load a store before launching an application. Is there any way to defer the launch till store is loaded. I am using ext-4.0.7.
Thanks and Regards... -
23 Dec 2011 3:54 AM
- Replies
- 7
- Views
- 539
I think I got the problem convert function is returning null in model.I'll try by removing it.
-
23 Dec 2011 3:48 AM
- Replies
- 7
- Views
- 539
Skirtle neither of them working, I even removed the listener stills its not working. below are my store and model definition.
Model
Ext.define('SQE.model.ConfigModel',
{extend:... -
23 Dec 2011 3:05 AM
- Replies
- 7
- Views
- 539
Even after using a standard textfield component without renderer its not working.
{
text: 'Telephone Area code',
dataIndex:... -
23 Dec 2011 2:46 AM
- Replies
- 7
- Views
- 539
Sure
Ext.define('SQE.view.components.GridCellTextField', {
extend : 'Ext.form.field.Text',
alias : 'widget.gridCellTextField',
mode: 'local',
typeAhead:... -
23 Dec 2011 2:34 AM
- Replies
- 7
- Views
- 539
Hi Guys,
I am using cell editing plugin in my grid to edit cell however its not working. I am able to enter a new value in cell but as soon as I click somewhere screen value go and blank space... -
16 Dec 2011 6:45 AM
- Replies
- 2
- Views
- 842
Hi Mitchell,
Can you give me some direction for the drag and copy functionality in grid.
Regards
Rishi Saraf -
23 Nov 2011 9:59 PM
- Replies
- 1
- Views
- 388
Hi Guys,
I have complex Json structure where some of the fields reside in sub objects. When I am trying to access those fields in grid I am not getting a data. Below is a example where I am trying... -
14 Nov 2011 5:17 AM
- Replies
- 2
- Views
- 842
Hi Guys,
In excel to copy content from one cell to other cells of same column we do drag and drop editing(drag and copy).Is it possible to get similar functionality in extjs grid?
Regards... -
12 Nov 2011 9:33 AM
- Replies
- 2
- Views
- 1,170
Hi ,
I am looking for some good example to hide default horizontal scroll bar in grid panel and instead used some fancy stuff like in below sites. It will be great help if someone can guide me on... -
10 Nov 2011 5:22 AM
- Replies
- 6
- Views
- 637
Thanks I got it :).
var leftGridverticalScrollbarConfig = leftGrid.initVerticalScroller();
leftGridverticalScrollbarConfig.width=1; -
10 Nov 2011 4:41 AM
- Replies
- 6
- Views
- 637
Because leftGrid have scroll as false. After setting it to true your code works :). But I don't want to show the left grid scroll bar. I want scrolling of left grid to be done by right grid scroll...
-
10 Nov 2011 3:08 AM
- Replies
- 6
- Views
- 637
Even that don't work :(
Regards
Rishi Saraf -
9 Nov 2011 9:00 PM
- Replies
- 6
- Views
- 637
Hi ,
I have a two grid one in left and one in right. I don't want scroll bar in left grid and its scrolling should be controlled by scrollbar movement of right grid. I tried below code by catch... -
9 Nov 2011 7:01 AM
Jump to post Thread: Tab inside a grid. by rishisaraf11
- Replies
- 14
- Views
- 1,015
Yes Mitchell something like this only :). But I wanted to get rid of two vertical scroll bars and have one which can control scrolling of both the panels(common grid and tab grid.). Also if it can be...
-
9 Nov 2011 6:33 AM
Jump to post Thread: Tab inside a grid. by rishisaraf11
- Replies
- 14
- Views
- 1,015
Thanks Mitchell for your effort. Actually I want something like below . So in below image country and city are common fields and grid1 , grid2 contain other fields . User will always have a view of...
-
9 Nov 2011 5:33 AM
Jump to post Thread: Tab inside a grid. by rishisaraf11
- Replies
- 14
- Views
- 1,015
Mitchell Skirtle is correct. Having a separate grid inside a tab will not be very good user experience specially during sorting. Moreover we want to put some field in common view so that user can see...
-
9 Nov 2011 5:21 AM
Jump to post Thread: Tab inside a grid. by rishisaraf11
- Replies
- 14
- Views
- 1,015
[QUOTE]
skirtle I am aware about show and hide functionality but I don't want to use it because when user will try to see all the columns which is very likely to happen then he/she will have to do... -
9 Nov 2011 2:00 AM
Jump to post Thread: Tab inside a grid. by rishisaraf11
- Replies
- 14
- Views
- 1,015
Hi Mitchell,
Actually currently we are using plain JSP and java script. Since it is getting difficult to maintain this application we are thinking of moving to some intelligent UI framework like... -
8 Nov 2011 5:29 AM
Jump to post Thread: Tab inside a grid. by rishisaraf11
- Replies
- 14
- Views
- 1,015
Hi Guys,
I am just wondering if its possible to add tabs inside a extjs grid. Actually my grid have more than 120 columns , so user have to scroll a lot to see all columns. To improve the view i... -
18 Oct 2011 8:07 AM
- Replies
- 4
- Views
- 1,398
Hi twaindev,
Your provided example worked for me however when I am increasing the number of groups in grid and run it in firefox ,my browser become unresponsive and after few second it give pop up...
Results 1 to 25 of 32
