Search Results

Type: Posts; User: tms

Search took 0.01 seconds.
  1. Thanks it works
  2. Hello,

    i want to hide the selector for the column.
    In my screenshot - attachment 16-06-2010_11-56-02.jpg - i marked the part with a double black line.
  3. Hi vladimir,
    it's neccesary to use in the grids cell because this grid displays or multilanguage texts from out database and some of them ,for example the terms of use, are builded with html code...
  4. Other Solution:

    By calling the DirectMethod in javascript use encodeURI.

    Sample
    CompanyX.AfterEdit(e.record.data.ID, e.field, encodeURI(e.value));An in the DirectMethod, herer AfterEdit:...
  5. Hello,

    i want to change the value of a grid cell which contains html code.

    I have created a sample:



    <%@ Page Language="C#" ValidateRequest="false" %>
  6. Hello everybody,

    i have a problem with the grid.
    I try to build a grid where you can change the texts and place some html code in the new value.
    If you leave the cell a method will be called to...
  7. solved
  8. Hello,

    could you please told me how to anticipate the Uncommited Changes Question.

    The Question is displayed when you changed the record in the following code and click the refresh button of...
  9. Thank you!
  10. Hello,

    i want to hide a column of my Grid in Codebehind but it wasnt successfully.

    This is a sample how i tried:



    <%@ Page Language="C#" %>
  11. Thanks
  12. Hello,

    i have a problem with the following code.
    I don't find a solution to set the value of this asp textbox.

    Please tell me the right method.

    This is a short code example of my problem:
  13. Thank you. It works!
  14. Hello,

    i have a problem with the paging in a grid. In the following code you will see that i try to add Records to the Store by creating a dictionary and store1.AddRecord(dic).

    But when i run...
Results 1 to 14 of 14