RE: Help required on Struts-Datagrid

2008-06-15 Thread Himanshu Rathore (TechSawi)
you can also try the same :). But I know client can be stubborn sometime. Let me know if I could help you in resolving your problem. Regards, Himanshu Rathore -Original Message- From: mukul.object [mailto:[EMAIL PROTECTED] Sent: 11 June 2008 16:27 To: user@struts.apache.org Subject:

Re: Help required on Struts-Datagrid

2008-06-11 Thread mukul.object
Hi Himanshu, I have tried the solution suggested , it worked fine too. But I observed having two tables to show the datagrid have one prime difficiency: When headers are shown in different table, it fixes the header/column-name width also , When we actually represent the data in to datagrid insid

Re: Help required on Struts-Datagrid

2008-06-11 Thread mukul.object
Thanks a lot Mr. Himanshu. I shall try the same and update you. Regards -Mukul Himanshu Rathore wrote: > > Hi Mukul, > > Here is sample code. I had mentioned incorrect steps in my previous email. > > > > > cellpadding="0" > > > > > > > > > > >

Re: Help required on Struts-Datagrid

2008-06-10 Thread Himanshu Rathore
Hi Mukul, Here is sample code. I had mentioned incorrect steps in my previous email. In second table wherein you will display data, I have set *title = ""*. Hope this will solve your problem. On 6/9/08, mukul.obj

Re: Help required on Struts-Datagrid

2008-06-09 Thread Himanshu Rathore
Hi Mukul, This is possible in datagrid. you have to create two tables, one with headers and other containing data. In second table you need to hide the header part. I'll send you sample code tomorrow EOD. On Mon, Jun 9, 2008 at 4:03 PM, mukul.object <[EMAIL PROTECTED]> wrote: > > Hello All, > I

Re: Help required on Struts-Datagrid

2008-06-09 Thread Felipe Lorenz
I dont know... maybe if you have 2 DIV, the first for header and de second for data, where hava a scroll.. But how do it, i dont know... but i saw it... On Mon, Jun 9, 2008 at 7:33 AM, mukul.object <[EMAIL PROTECTED]> wrote: > > Hello All, > I am seeking for suggestions on how can we fix the head