jQWidgets Forums
Forum Replies Created
-
Author
-
Hey,
It’s working great!
Thank you very much!
Hey,
This is just an example. In my real grid I have more columns.
August 1, 2014 at 5:43 am in reply to: Change default placeholder text in filter Change default placeholder text in filter #57890Ok.
Thank you!
July 31, 2014 at 8:58 am in reply to: Change default placeholder text in filter Change default placeholder text in filter #57852Hey,
I am not sure that you understood my question.
Please let me explain again.So, I have a grid with filters. For one column I have filtertype:’checkedlist’, like in this example : http://jsfiddle.net/Alegzandra/7apxG/2/
What I want is to change the text for the filter depending on the selected values in the list.
If I have only “app1” value checked I would like to be displayed the text “app1” instead of “Select Filter”.
If I check also “app2”, then the text would change to “app1, app2”.
Practically to act like a jqxDropDownList.
Is it possible?July 31, 2014 at 7:55 am in reply to: Change default placeholder text in filter Change default placeholder text in filter #57849Hello,
I would like to know if it is possible to change the “Select Filter” text with the selected values from the list.
Can I do something like this ?Thank you!
No problem. I just wanted to be clear.
Thank you very much!
Hey,
selectionmode property is set to “singlerow”, I think you meant to set editmode property to “selectedrow”.
Right ?Ok.
Thank you very much.
Hey Peter,
I was thinking that maybe is a way to delete it from code so the user don’t have to take care to delete the previous filter.
But I guess this is not possible …right?June 18, 2014 at 9:39 am in reply to: Dropdown – 4th Item not showing Dropdown – 4th Item not showing #56025Hey,
Well…I fixed this after I changed the dropDownHeight value but this took me a few minutes to find out the EXACT height that my dropdown must have.
It is not normal to decide how many items I want to be displayed, to take the size of my font and to do the math to find out how many pixels the dropdown can have in order not to have problems with the vertical scroll… I think that it should be different : I have a list of items, I set the height of the dropdown and it will have to adjust (add scroll or not) so I can see every item correctly.
I updated the fiddle to illustrate that 1px can decide if the vertical scroll appears or not…
http://jsfiddle.net/Alegzandra/WMyFz/3/Thank you.
June 17, 2014 at 6:21 am in reply to: Dropdown – 4th Item not showing Dropdown – 4th Item not showing #55939Hey,
The “autoDropDownHeight” or to change the “dropDownHeight” value, are not a solution because I don’t know how many items will be in the dropDownList, it could be 3-4-5…-20 items or more.
The number of items in the list depends on some other parameters.Do you have any other suggestions ?
Thank you.
-
AuthorPosts