Search Results

Type: Posts; User: AaronDev

Search took 0.01 seconds.
  1. That worked perfectly. Many thanks for the help.
  2. Thanks Daniil

    Yes it works. Just not sure I want to change the Models Id type as it's used throughout the software. If anybody else try's this note you have to change store.getById(value) to...
  3. I'm using the FilterHeader plugin on gridpanel. I have a field "CompanyTypeId" which uses a rendererer function to output the lookup name. I want a combobox that displays the names but sets the...
  4. Hi Daniil

    I missed module in parent menu. From this I was able to get the window and loader url to open in a new tab. Many thanks for the help!
  5. I'm having trouble trying to reference the desktop module right clicked on when using ShortcutContextMenu. I want the user to have the ability to open the link in a new tab as opposed to a window....
  6. Just tried it and yes it does work. Intellisense doesn't work for me on that property but because it works on other properties on axislabel and I could find any samples with it I had assumed the...
  7. Thanks.

    I wasn't using the Builder. Instead I was implementing it in the same form as the demos and couldn't see any Renderer properties.


    .Label(
    new AxisLabel {Font = "13px...
  8. Is there an equivalent in MVC to the chart sample Label Renderer as shown in the webforms samples?


    <ext:NumericAxis
    Fields="Data1"
    ...
  9. Fantastic, works perfectly

    Thanks again Daniil
  10. Thanks Daniil

    I ended up adding maximise() as you suggest (but didn't know about .Single, very handy).
    Doesn't look great opening and then re-sizing but it's doing what I need.

    Your help is...
  11. In the desktop module windows with Hidden=True and Maximized=True do not restore to the fixed sizes set in the window. If Hidden= false the window will restore to the correct size but obviously shows...
  12. Either would have suited my needs and maybe even the v3 behaviour would be preferable. Sometimes the users can use the dropdown as a reference without actually selecting an item and in that case it's...
  13. Thanks that works perfectly.

    Yea, thought the same, but glad it's possible!
  14. In a combobox setup with


    .TriggerAction(TriggerAction.All)

    so that all items display in the dropdown. Is it possible to scroll to the currently selected record when the dropdown is...
Results 1 to 14 of 14