Search Type: Posts; User: rishisaraf11

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Complete edit is RowEditor event however I am using CellEditing plugin. So I want similar event for cell editor.

    Regards
    Rishi Saraf
  2. Hi Farish

    Do you have any idea which event I can fire to update the record.

    Regards
    Rishi Saraf
  3. 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...
  4. 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
  5. 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...
  6. I think I got the problem convert function is returning null in model.I'll try by removing it.
  7. 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:...
  8. Even after using a standard textfield component without renderer its not working.



    {
    text: 'Telephone Area code',
    dataIndex:...
  9. Sure



    Ext.define('SQE.view.components.GridCellTextField', {
    extend : 'Ext.form.field.Text',
    alias : 'widget.gridCellTextField',
    mode: 'local',
    typeAhead:...
  10. 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...
  11. Hi Mitchell,

    Can you give me some direction for the drag and copy functionality in grid.

    Regards
    Rishi Saraf
  12. 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...
  13. 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...
  14. 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...
  15. Thanks I got it :).


    var leftGridverticalScrollbarConfig = leftGrid.initVerticalScroller();
    leftGridverticalScrollbarConfig.width=1;
  16. 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...
  17. Even that don't work :(

    Regards
    Rishi Saraf
  18. 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...
  19. 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...
  20. 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...
  21. 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...
  22. 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...
  23. 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...
  24. 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...
  25. 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
Page 1 of 2 1 2