Search Results

Type: Posts; User: bjones

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. 4546

    I got a combobox editor inside a grid cell and looks like the combo dot fix into the cell (see picture). I tried increasing the combo height but this dosent work.

    Any solution?

    Thanks...
  2. Guys.

    I got this gridpanel with a cell and a combobox editor. The grid its shows the comobox like this (see picture attached).

    If this may help, i used some styling from your custom ui...
  3. I dont have an online server available. But if is usefull, i got a master page with the resource manager not directly in the page. If i pass the controls (ie. gridpanel, store) i can handle them...
  4. Hi All.

    I got a proyect mixing devexpress components and ext.net. For some reason i cant access the ext components from client side if a devexpress component is present on that page. On the other...
  5. I compiled the full source code solution downloaded from ext.net site. Should i add the UX project to my solution and then compile it?
  6. Now im getting this exception: Unknown server tag 'ux:InputTextMask'.
  7. An assembly version exception.
  8. Im having a hard time trying to set the boxlabel next to the radio option in an radiogroup. As you can see in the picture.
    The radiogroup its inside a fieldset with formlayout.
    How can i achieve...
  9. After compiling and adding the dll reference an assembly exception its thrown. Do i need to make some changes at web.config file Any sugestion on this?
  10. Im trying to delete a menuitem usinf this code


    var menuItems = Menu1.items.items;//getting the item list

    Menu1.removeAll();// removing all items

    for...
  11. Its possible to hide the + icon on rowexpander ? im using a gridcommand to expand it and this icon can be confused to the user.

    Tanx.
  12. Solved. I just set the panel Layout attribute to columnLayout and set a predefined width to both controls (treepanel and gridpanel).
  13. Im generating a treepanel from server side. If a add a panel in one column and render the treepanel into it, its renders fine, but the checkchange event does not rise correctly from treepanel,...
  14. I want the buttons html standard used inside a Xtemplate looks like default extjs style. Theres such a way to use ext controls inside html tag of Xtemplate?

    Tanx in advance.
  15. Excelent. Thanks.

    Can this be a new requirement for future releases?
  16. If i use this notation treeGridCondiciones.root.childNodes[0].childNodes.length y just get the parent nodes count from root, what i need its all parent and child nodes count.

    Tanx in advance.
  17. the problem is that i got more controls inside the fieldset, this is just the one that changes based in another.
  18. Good. But the control will be located into a fieldset, if i use the RenderMode.AddTo this method will send the inputfield to the end of the list? cause this is the last contron on this fieldset to be...
  19. I need to change a textfield based on a value in a combobox. For instance, if i choose a numeric value i need to set the inpiut field to NumberField, if a date value is selected i need to change the...
  20. I had used your multiheader sample https://examples1.ext.net/#/GridPanel/MultiHeader/Filter/
    but as in the sample for numeric fields when you partially type the value for instance: the value is...
  21. It is possible to add command buttons to any of those controls mentioned in my subject?

    Tanx in advance.
  22. I got a compound model called "Favorites" for my store and this model has an array type property called "Labels". I need to filter those favorites based on this array property label.

    Its is...
  23. Its is possible to generate controls using extjs library directly on asp.net pages and have access to the .net library, like direct methods?
  24. I got this method on server side:


    [DirectMethod]
    public static bool IsTerminalServiceRole()
    {
    return Facade.UserIsInRole(Constants.ROLTERMINALSERVICE);
    }...
  25. I cant find the article. But if you can give me some performance advices using ext.net controls ill apreciate it
Results 1 to 25 of 26
Page 1 of 2 1 2