Search Results

Type: Posts; User: Timothy

Page 1 of 20 1 2 3 4
Search took 0.05 seconds.
  1. I was able to solve this; it was because I was binding the data directly to the view and not the store.

    Cheers
  2. Latest 2.0 build from SVN.

    Cheers,
    Timothy
  3. Hello,

    When using the following example below, I'm unable to select (click) on objects, even though I have my CSS rules defined:



    Html.X().Panel()
    .BodyPadding(15)
    ...
  4. Any updates?

    Cheers
  5. Thanks! I appreciate the clarification. The Data property worked in my case as I'm using an anonymous type.

    You can close this item.

    Cheers,
    Timothy
  6. Thanks Daniil, ugh I don't know why I didn't think of the DataSource property. I'll try working with that :)

    Cheers,
    Timothy
  7. Hello Daniil,

    Thanks for the suggestions. Is there a way to do it without having to call an action? Can you just call loadData on the store, from Razor, with a data object from the ViewData?
    ...
  8. Hello,

    Just curious how one would load data into a store without a proxy; with razor.

    Any example? I've got a list of objects, would like to bind to the store.

    Cheers,
    Timothy
  9. Adding an additional Panel around the GridPanel does not make a difference.

    Cheers,
    Timothy
  10. Hello Daniil,

    It looks like it's more than just the scroll bar, I don't think the actual column and rows are laying out either. I've bound some data to the grid and it's not showing. I'm going to...
  11. Hello,

    The following example demonstrates a layout issue with a GridPanel inside of an Accordion control:



    @model Suite.Entity.Customer
    @{
    ViewBag.Title = "Word";
    Layout =...
  12. Thanks that worked great.

    Cheers,
    Timothy
  13. I've confirmed that it is still slow in Chrome after an update from SVN, recompile and clearing my cache.

    Cheers
  14. Thanks! I didn't realize it was a general HTML DOM issue; much appreciated for the suggestion. You can close this one -- as it's not your problem :)

    Cheers
  15. Hello,

    Just curious if there is a setting to automatically make the AutoFocus property focus to the end of a text field value instead of at the beginning? I do not want to enable the SelectOnFocus...
  16. Daniil,

    Have you heard anything about this from Sencha? Curious.

    Cheers,
    Timothy
  17. Thanks, let me know when resolved and I'll check again.

    Cheers
  18. Hello,

    Was wondering how one would add a tool to a GridPanel in Razor. I'm using the following:




    @(Model.X().GridPanel()
    ....
    .Tools(tools =>
  19. Thanks, let me know when corrected and I'll test again.

    Cheers,
    Timothy
  20. Hello,

    If you use the Icon.Group icon on a tab in a TabPanel; the tabs are not tall enough to show the entire icon.

    Cheers,
    Timothy
  21. Was this one updated? I noticed it was fixed on ExtJS end.
  22. Confirmed, thanks!
  23. Thanks Daniil!
  24. Hello,

    If you have a ComboBox like the following, that is empty on initialization, and then run a function to add an entry to the store, the ComboBox will not show the added entry until a second...
  25. If you define your own store for the ComboBox is there away to load the ComboBox in Razor using the items collection without having to do a remote call (proxy)?
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4