Search Results

Type: Posts; User: odaysaed

Search took 0.01 seconds; generated 55 minute(s) ago.
  1. Hi, I solved that by adding , Mode = ParameterMode.Value to the ConfigItem

    https://docs5.ext.net/dc/d3f/namespace_ext_1_1_net.html#aefdef1d57250a810cb1e772143826463
  2. Dears,
    after upgrading from ext4 to ext4 the following code not working in code behind
    tabpanel.hidetab(tabid);


    if there is any solution that will be great , thank you.
  3. Dears,
    we are building a new project using .net 5, we depend on tree panel and tree grid so we need to build a tree with buttons like add,add child, edit , delete

    in mvc and webform there is a...
  4. I faced the same problem now in ext 5.3
    and adding LicenseKey="" in the resourceManager
    solved the problem.
  5. Dear,
    thanks for the reply, I already changed the model field to string and still reading it as date or auto hide leading zeores so
    i think it will read it as int sometimes, this happened only in...
  6. Dears,
    here is the problem in screenshots

    this field stored as nvarchar in sql

    25537

    then it will appear as date like here:

    25538
  7. simply i update ext.net on my main project then add tab is not working now given the following error :


    Uncaught ReferenceError: newTab is not defined
    at ctor.fn ((index):241)
    at...
  8. hello,
    i searched for many threads in this forum about grid panel cell tool-tip,
    in this example
    https://examples4.ext.net/#/Miscellaneous/ToolTips/GridPanel_Cell_Tooltip/
    everything is working...
  9. it doesn't work for me !!!
  10. you need to reload tree panel first then the combo box and thanks for nothing
  11. Thank you.

    That is exactly what i want.
    and its very helpful for filtering the grids and autocomplete combo-box.

    thanks again
  12. Hi everyone,
    There is a problem on [change event] for example if i use a textbox to filtr a grid panel like this:

    <ext:TextField ID="txtSearch" runat="server" MarginSpec="0 0 0 20"...
  13. Hey,
    You need to create a custom css file and load it to the main page of your project,
    and change the font size for more than one attribute,
    example :


    .x-btn { //ext buttons
    display:...
  14. I found how to show calender or any jqury plugin over an ext.window using css


    .calendars-popup {//css class name
    /*must be over 80000 to beat ext.window*/
    z-index: 80000 !important;
    }...
  15. Hi, I have this TreePanel inside a DropDownField
    I fill it from code behind,but when i call the fill function in direct event it wont fill and refresh it again,with the new data.

    ...
  16. Hello everyone

    I have a problem with Calendar Picker localization for Arabic Language

    when i use this resource manager in my master page

    <ext:ResourceManager ID="ResourceManager1" ...
  17. Thanks for your replay.
    it works but instead of


    <h3><a href="#" onclick="addTab(App.TabContainer, 'test page', '/TestPage.aspx','new tab');return false;" >test page</a></h3>

    i used

    ...
  18. Hi everybody,
    In this case I want to open a new tab,we usually use this script


    <ext:XScript ID="XScript1" runat="server">
    <script>

    var addTab = function...
  19. Thank you very much, now its work like a charm!

    a tiny problem here is that when i use the plugin inside a windows it will not appear.


    <ext:Window ID="editPersonAuthorWindow"...
  20. Thanks for your replay.
    This is a full example from keith wood website http://keith-wood.name/calendars.html
    Sample: http://keith-wood.name/zip/jquery.calendars.package-2.0.2.zip

    In my case...
  21. Hi everyone,
    I want to use a JQuery Plugin(Arabic Hijri Calender Date Picker) with ext text field.
    Here is used plugin
    http://keith-wood.name/calendars.html

    My Code

    <script...
  22. Hi, Thank you for your reply.
    I will try to describe my case
    first: I used comboBox as autoComplete box so there is no dropdownlist and that works fine
    notice that it has a propriety
    ...
  23. Hello everyone,
    I make an auto-complete comboBox and bind data into its store via .ashx ajax proxy.
    now the combobox works fine but when I set a text value into it , this will return an empty...
Results 1 to 23 of 23