Hybrid View
-
4 May 2012 1:34 PM #1
Ux header grid filters on mouse select!
Ux header grid filters on mouse select!
Hi
I dont know if someone have the same problem like me..I try to find solution but google didnt find 1 same problem..
Mabe you can help..
I am having a problem with ux grid filter and mouse select.
When i type something in filter i can not select all with dubleclick or select with mouse..
Only thing i can i key manual delete or move with key left right.
I am using Ux filer extension..
Thanks in advance!!Code:me.features = [ { ftype : "filters", encode : true, local: false, single: true, filters : [ { type : "numeric", dataIndex : "ID" }, { type : "string", dataIndex : "Title", id: 'Title' } ] } ];
VLadimir
-
4 May 2012 3:07 PM #2
My filter is working and filtering, just that thing, that i can not select txt with mouse.. i dont know how to hendle.
Mabe it is bug.. i Try to put new versionbut nothing, it is the same..Code:http://extjs.cachefly.net/ext-4.0.7-gpl
-
5 May 2012 3:45 AM #3
Hi i managed what was hapend..
I didnt update css files for extjs...
If you have the same problem this is the solution.
Sincerely
Vladimir


Reply With Quote