Search Results

Type: Posts; User: oseqat

Page 1 of 3 1 2 3
Search took 0.02 seconds.
  1. it will be difficult to post a sample, i'll detail the problem,

    in my grid it's okey i retrieve my data (in all cells) one of this cell is an comboBox, when i want to edit and save changes , i...
  2. thanks for your reply,

    the problem is that in my "MVarietyGroup" i don't have id value so i can't do something like this,
  3. hi,

    the problem i have is concerning id of listitem, in my gridpanel, i have a combobox list wich content list of data, i have created like this :


    ComboBox cb = new ComboBox();

    ...
  4. Thread: change color

    by oseqat
    when i change theme it's ok it's work, but i want to know how can i do if i want to personalize it ?
  5. Thread: change color

    by oseqat
    3115

    if you can please see the attachment file, where exactly i have to put <extnet theme="Gray" /> in which section ?
  6. Thread: change color

    by oseqat
    Can you just tell me if it's possible or no ? thanks for reply
  7. Thread: change color

    by oseqat
    thanks for your reply, but the sample doesn't help me, i want to change the gridpanel default color with is blue, in the sample they just change the color of cell, text tolbar, but the gridpanel is...
  8. Thread: change color

    by oseqat
    hi,

    yes, to change grid theme, i want to change the default blue color and set it for example to gray, and change cell color too with header font
  9. Thread: change color

    by oseqat
    Hello,

    I just want know how can i do to change the color of the grid, and the font of header.
  10. hi,
    i had the same problem, have you add this code in your aspx page ?

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <ext:ResourceManager ID="ResourceManager1"...
  11. hi,
    I have a problem when i want to filtering my data, the problem concern case sensitivity, for example in my database the is write like this "DATA" i can't retrieve it when i filter with "data"...
  12. thanks a lot for your help, it's work ;)
  13. try to open it directly in a minimized window of a browser, then try to enlarge to see the behavior
  14. <%@ Page Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <script runat="server">
    protected void Page_Load(object sender, EventArgs e)
    {
    ...
  15. <ext:GridPanel ID="GridPanel1" runat="server" Title="Saisie des besoins de production (dose)" Css="width:auto;"
    Frame="true" TrackMouseOver="true" StripeRows="True" Collapsible="True"...
  16. hi,
    i have tested your require, but this is don't work, the result is already the same
  17. hi,
    I have a problem when i apply full screen in my application, GridPanel grow, but not correctly, I set AutoWidth to true for the gridpanel, toolbar, and to pagingtoolbar, but i have this...
  18. Thread: calculate value

    by oseqat
    sorry i haven't understand correctly, it's works thanks a lot
  19. Thread: calculate value

    by oseqat
    so, if i understand i can't do two operations in different columns ?
  20. Thread: calculate value

    by oseqat
    thanks for your reply,it's work but i have a small problem, i want to do 2 calculate (sum and subtraction)
    this what i have do but don't work

    RecordField field4 = new...
  21. Thread: calculate value

    by oseqat
    hi,
    I wish i could add the value of two columns and display the result in a third column, and display it in instant client-side, with javascript i know that we should create input items, but in...
  22. thanks a lot for support,
    have a nice night ;)
  23. so, i just to add the script i my aspx page and it will be run ? or i have to bring some modifications
  24. i want to fix position of column (disable users to change position of command column"drag and drop")
  25. hi,
    I just want to know if it is possible to fixed command column, i defined my grid and all my columns in code behind, and to fix the command column i have used
    cmdCol.Fixed = true; cmdCol.Locked...
Results 1 to 25 of 74
Page 1 of 3 1 2 3