<ig:gridView> cursor style is not working[like resize] , if it is inside <fieldset>
How to solve this problem?
Hello gantait, Please apply cursor style inside <ig:gridView> using 'style' attribute. Below is the code. If this doesn't meet your requirement, please provide us code snippet.
Thank you!
<ig:gridView
dataSource="#{gridSelectedRows.dataList}"
pageSize="6"
style="cursor: hand"
>
Hi , this does't solve the problem..
Here is my code snap..
<fieldset> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <div > <ig:gridView id="GR_EMB_7125" binding="#{winemb9.GR_EMB_7125}" dataSource="#{winemb9.GR_EMB_7125_DataModel}" pageSize="0" sortingMode="multi" resizableColumns="true" columnHeaderStyleclass="igGridColumnHeader" style="height:134px;width:726px;cursor: hand;" >
But while resizing the resize pointer is not comming inside fieldset , but outside field set it is comming.
Means while resizing by mouse press if i go out of fieldset area then i am getting the resize pointer but within fieldset its not working.
For the reference, i am using xhtml page for UI design.