开发者

Grid doesnot show filtering image inside Jquery dialog

开发者 https://www.devze.com 2023-02-28 18:27 出处:网络
I am using Jquery dialog to show radgrid. I have set AllowFilteringByColumn to true which shows the filtering textbox with an image under each column of the radgrid. But as i am using it inside a Jque

I am using Jquery dialog to show radgrid. I have set AllowFilteringByColumn to true which shows the filtering textbox with an image under each column of the radgrid. But as i am using it inside a Jquery Dialog it does not show the image is it开发者_C百科 becoz of zindex or ???


Probably the z-index is the culprit.Increase the z-index of the grid and its filter menu to see whether this makes a difference.

0

精彩评论

暂无评论...
验证码 换一张
取 消