Hi,
Since ultratoolbar control is retired from infragistics library 11.2 so i am using webdatamenu inside webdialog window control.
1.But I dont want the header of webdialogwindow, because in ultratoolbar we used a button to move the toolbar but in here how can i implement this thing,
If i align header vertically then it can be look like same as toolbar,i dont know how to do that.
2.Another thing is that web dialog window shows some white spaces around specified controls area how to remove this space.
Thanks in advance.
Regards,
Vivek
Hi Vivek,
Thank you for posting in the community.
Regarding the "white space" around the WebDialogWindow I can suggest that you modify the ig_dialogWindow.css file located by default in the ig_res directory. You can modify the following classes in order to remove the corners:
.igdw_BodyCornerTopLeft
.igdw_BodyEdgeTop
.igdw_BodyCornerTopRight
.igdw_BodyEdgeLeft
.igdw_BodyEdgeRight
.igdw_BodyCornerBottomLeft
The header of the dialog window can also be hidden using through the markup:
<Header Visible="False" >
Regarding using a button to move the dialog, I suggest that you take a look at the following sample:
http://samples.infragistics.com/aspnet/Samples/WebDialogWindow/Display/Positioning/Default.aspx?cn=dialog-window&sid=d4c10c68-d712-4258-9925-18485b6683d2
By using the MouseDown event of a button and the same principle as in the above example it should be possible to achieve the desired functionality.
Please feel free to contact me if you have any questions.