Search Results

Type: Posts; User: bossun

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Hi to all,

    I have a gridpanel with grouping feature.

    I would like to display a groupping custom text. My grouping field, which is LEAGUEID, has numerical data. so it's not so friendly. I...
  2. Please forget about it. There is no bug.

    It was a mistake in my CSS class.

    Thank you
  3. Hi to every one.

    I used this code until today and it worked fine.

    I tried to improve my interface by adding a function that sets a conditional background-color for all rows in the gridpanel....
  4. Yes, it's true.

    Excellent work.
  5. Hi,

    I'm working on a multilingual website.

    I would like to display localized label in a dataview component.

    I tried to put a <asp:Literal> control but doesn't work.
  6. Yes, it's true. I'ts not really clear.

    The java script code is in the common.js file.

    This code returns always a null object.


    getWindow : function () {
    return...
  7. Hi,

    I have a page that worked perfectly when I was using 2.0. Since I updated to 2.1 my calendar doesn't work. It seems that my EventEditWindow1 objet is not recognised in my JavaScript code.
    ...
  8. Of course, here is the solution http://forums.ext.net/showthread.php?22757-CLOSED-PropertyGrid-Dynamically-added-Property-in-DirectEvent-problem

    I simply compiled the solution from the SVN and it...
  9. Please ignore.

    Question already answered.
  10. Hi,

    I think there is a bug in your 2.1 version. It concerns the propertygrid.

    Ths DisplayName is ignored when adding a new property whereas it used to work in the previous version.

    Please...
  11. Excellent,

    Yous support is like the Tina Turner's song : "Simply the best"

    Any workaround for calling a js function in a <ItemTpl> used in a combobox?

    It doesn't support custom functions as...
  12. Hi,

    I would like to replace the REFERENCE_CLUB by the related club name from an existing store.

    I tryied this way but doesnt work.


    ...
  13. Hi

    Is it possible to use template for displaying Mater/Details data?

    Basically I have a query that displays people, I would like to show details just bellow the {FULLNAME}.

    I would like to...
  14. Excellent, it works well.

    Thank you very much for you quickness.
  15. Hi,

    I would like to change the image url in client side.


    #{imgPicture}.ImageUrl = "../Resources/blank.png";

    I tried this code but nothing happens.

    Is there any other function to call?
  16. Hey Baidaly

    Thank you.

    here is the right syntax :



    p.Renderer.Handler = "return lstPropertyRenderer(" + cb.Store[0].ClientID + ", value);";
  17. Hi Daniil

    Here is a simplified example code. You can see the result of this page here http://94.247.29.213/sigmasport/Testpage.aspx

    Please use the following username/password: demo/demo


    ...
  18. I have seen this example but here the combobox is created in markup and has an ID.

    In my case I create all PropertyGridParameters programatically as shown in my initial post.

    How can I read...
  19. Basically I wold like to access to combobox's stores.

    I tryied in the "testRenderer" function to get custom editors but doesn't work.

    Here is the full code.


    <%@ Page Language="C#"...
  20. Hi,

    i'm using a propertygrid with a custom editor of type combobox. The problem i'm experiencing is that the value i set for displayField (Value1, Value2, Value3) only gets displayed after the...
  21. Hi,

    How can I test if a date is valid in javaiscript?


    I'm writing a custom renderer for a gridpanel column. In this colum I can have several type of data (date, text, numerical, boolean). I...
  22. Hi,

    Is it possible to change the field type based on a value?

    Basically I need to switch between TextField, NumberField, DateField, CheckBox and ComboBox


    Thank you for your help
  23. Hi Vladimir,

    IsComplex=true fixed my issue.

    Thank you very much
  24. UserAttributeSelect returns a DataTable.

    It seems that sql_variant type is not supported. Perhaps a bug?

    When selecting the data I casted the DEFAULTVALUE field to varchar and all values are...
  25. Hello Daiiil,

    Thank you for your reply



    Yes of course.
Results 1 to 25 of 64
Page 1 of 3 1 2 3