Search Results

Type: Posts; User: JCarlosF

Page 1 of 9 1 2 3 4
Search took 0.02 seconds.
  1. Hi,

    I need your valuable help please

    How to change the message that appears when you hover over a DateField?


    thanks!
  2. I have a datefield object, with a 'Select' directevents, how can I make that event only run when manually selecting a date? and AVOID it being executed from the codebehind by assigning it a value,...
  3. thanks! this worked
  4. Hi

    How to hide the dividing lines of the gridpanel rows?


    thanks!
  5. 25506

    in attached image, for example the selected radio 'Inactivo' has a gray color, how can I change it color?

    thanks
  6. sorry I should have created another thread

    Thank you very much Fabricio! with that I solved this case
  7. Hi !

    How can I change the color of the selected radius point?

    thanks!
  8. Hi!

    How can I remove the gray border from a textfield and only leave the bottom border blue?

    I am using the Crisp theme

    thanks
  9. Is it possible to Hide the drop down list of a combo box? and that I can identify the elements when writing, is that possible?

    thanks!
  10. Very good, the information is very complete, it has been very useful, I will choose option 1, thank you very much Fabricio
  11. Yes that is an example that meets my requirement, with that expression I can capture abc or jko. That works in the regex property, but not in the maskre property, what is the difference between...
  12. the following expression works for me but only if I assign it to the regex property, how can I get it to work for me in maskre?



    Regex="/\b(abc|jko)\b/"
  13. MaskRe="[/abc/, /jko/]"



    But it doesn't work for me, it accepts abc, bca, ccc, ooo, etc.

    I need it accept 'abc' and 'jko' strictly in that order
  14. How can I specify specific words in the MaskRe property of a textfield?

    For example, it only accepts: 'word1', 'word2' and 'word3'


    thanks!
  15. excellent, it works with .x-docked-summary

    thanks!
  16. Hello in the following example:

    https://examples5.ext.net/#/GridPanel/Locking_Grid/GroupingSummary_with_group_headers/


    How can I apply css styles only to the last line of grand totals?
    ...
  17. Hi!

    I need your valuable help, I am using the Cell Editing plugin of the GridPanel using textfields in each cell,
    this corresponds to the example:

    ...
  18. That's right, the example doesn't work for me, I investigated and found something that works for me, they are the following two lines, to expand and collapse respectively:


    ...
  19. I have a gridpanel with grouping, how can I expand/collapse using a radiobutton? I'm trying to use the example below, and it doesn't work for me:
    ...
  20. perfect! yes that helps me,

    thanks!
  21. thanks, i am using in the following example:

    https://examples5.ext.net/#/GridPanel/Locking_Grid/Cell_Editing/

    I can't find the editable property on the column

    thanks!
  22. Hi! I have a question about the "cell editing" example:

    1. How can I enable / disable editing for each column?

    For example, if the gridpanel has 5 columns, enable editing in column 1 and 3 and...
  23. I have defined the following CSS styles:



    /* cabecera del las columnas del grid*/
    .x-column-header {
    border-right: 1px solid #cfcfcf;
    color: #666;
    ...
  24. It is correct, we are defining <sessionState cookieless = "true" /> in the webconfig, I appreciate the help, we will review our project to see what we can do
  25. yes that's right,

    any suggestion?

    thanks
Results 1 to 25 of 216
Page 1 of 9 1 2 3 4