Search Results

Type: Posts; User: AlbertoCe

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hello,

    Selecting the filter checkbox to filter on a string columns without entering any text in the textbox throw an exception.
    It is caused by the "value" field not being populated (it's missing...
  2. Hi Daniil,

    I managed to get the filters and send it back.
    You can close this thread.

    Thank you very much.
    Alberto
  3. Hi All,

    in the previous version of the grid I was able to use the "getFilterData" method to extract the current filter applied to the grid.
    Now it seems that the method has been removed.
    So,...
  4. Hello,

    When a column is locked it does not show the filter submenu with the textbox input.

    This the code to replicate the problem

    Controller
    =====================

    public class...
  5. Daniil,

    It works !

    But I find another problem: on locked columns, when I open the column menu to set a filter, the submenu with the textbox control does not show.

    Should I open a new issue...
  6. Hi Daniil,

    The BufferedRenderer property does not work for my example.
    Do you have any other suggestions ?

    Thank you very much,
    Alberto
  7. Hello,

    trying to lock a column on a grid that show more than 66 record gives this error:

    23952

    The grid works correctly with 66 rows.
    This is the code to replicate the problem

    Controller:
  8. Daniil,

    Sorry for the late answer: it works !

    Thank you very much for your support.

    Best regards,
    Alberto
  9. Hi Daniil,

    It is a problem related to ExtJs ? Should we open a bug report on their support website ?

    Best regards,
    Alberto.
  10. Hello Daniil,

    Any news about this problem ?

    Best regards,
    Alberto.
  11. Hi Daniil,

    You should not scroll manually to the bottom.
    You should just open the page and click on one of the latest VISIBLE rows and the grid will automatically scroll the rows putting the...
  12. Hi Daniil,

    I noticed just now that if I lock a column and then unlock it the scroll bug does not occur.
    So you should open the page and just click on the last visible row.

    Best regards,...
  13. Hi Daniil,

    I just published the test project here :

    http://demo.basisgroup.com/extgridlock/extnet

    Best regards,
    Alberto
  14. Hi Daniil,

    I used the nuget package Ext.NET.MVC4 version 2.5.3.1 with Chrome version 39.0.2171.71 m.
    To create the test project I just copied your "GridPanel -> ArrayGrid -> Simple" sample and...
  15. Hi Daniil,

    I share the project I used to reproduce the problem.
    You can find it here:

    https://onedrive.live.com/redir?resid=BD980AE915BDA4D2!36053&authkey=!AGQkaHdxzzNwBd8&ithint=file%2czip
    ...
  16. Hi,

    I have this problem: when I select one of the latest visible rows on a lockable grid (that has no locked column) it scroll the rows towards the top putting the selected row at the middle of...
  17. Thank you Vladimir.

    You can close the thread.

    Regards,
    Alberto.
  18. Hello,

    what's wrong with this code ?
    When the user press on the second panel of the accordion control it gets expanded only for half of the available height and clicking on the first panel title...
  19. Thank you Vladimir, you are right.
    Sorry I didn't notice that the "Data" was uppercase.

    Thank you very much.
  20. Hello,

    I'm trying to build a GridPanel inside a controller action and return it as the model.
    Everything seems to work fine but the grid does not render any row.

    This the controller code :

    ...
  21. Hello,

    Renaming the AttributesObject properties to lowercase works !

    Thank you very much.

    Alberto.
  22. Hi,

    I've some problems using the treegrid. If the grid load data using the model the nodes description are empty.

    5175

    This is the controller action I use to render the view :
  23. Hi Daniil,

    If I use the FilterConditions I get the following exceptions :



    at Ext.Net.FilterCondition.set_Property(JProperty value) in...
  24. Ok,

    Here we go :

    Controller


    public class AttachmentsController : Controller
    {
    TicketAttachmentViewModel[] data = new[] { new TicketAttachmentViewModel() {
  25. Hi Daniil,

    I've zipped a sample web app. How can I send it to you ?

    Regards,
    Alberto.
Results 1 to 25 of 29
Page 1 of 2 1 2