Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Datagrid Control > DataGrid not displaying in new mode

Reply
Thread Tools

DataGrid not displaying in new mode

 
 
Mervin Williams
Guest
Posts: n/a
 
      05-06-2004
I just discovered that the datagrid does not display if the webform is in
new mode. Let's say, for instance, that my datagrid is for contacts related
to a company, so that companyid id a foreign key in the contact table.
Well, if the contact does not yet exist, the datagrid will not display.

I would like the datagrid to display the footer (which I've set up to insert
new rows into the datagrid), although perhaps disabled.

Is there a way to do this? What alternatives have you used?

Mervin Williams


 
Reply With Quote
 
 
 
 
Leonardo Rodríguez
Guest
Posts: n/a
 
      05-06-2004
You should have the ShowFooter property to true.

--

Leonardo C. Rodríguez
Email at:
Location : Bs.As., Argentina



"Mervin Williams" <> wrote in message
news:...
> I just discovered that the datagrid does not display if the webform is in
> new mode. Let's say, for instance, that my datagrid is for contacts

related
> to a company, so that companyid id a foreign key in the contact table.
> Well, if the contact does not yet exist, the datagrid will not display.
>
> I would like the datagrid to display the footer (which I've set up to

insert
> new rows into the datagrid), although perhaps disabled.
>
> Is there a way to do this? What alternatives have you used?
>
> Mervin Williams
>
>



 
Reply With Quote
 
 
 
 
Mervin Williams
Guest
Posts: n/a
 
      05-06-2004
I keep the ShowFooter property set to true because I use the footer for
inserting new rows into the datagrid.

Mervin Williams

"Leonardo Rodríguez" <> wrote in message
news:...
> You should have the ShowFooter property to true.
>
> --
>
> Leonardo C. Rodríguez
> Email at:
> Location : Bs.As., Argentina
>
>
>
> "Mervin Williams" <> wrote in message
> news:...
> > I just discovered that the datagrid does not display if the webform is

in
> > new mode. Let's say, for instance, that my datagrid is for contacts

> related
> > to a company, so that companyid id a foreign key in the contact table.
> > Well, if the contact does not yet exist, the datagrid will not display.
> >
> > I would like the datagrid to display the footer (which I've set up to

> insert
> > new rows into the datagrid), although perhaps disabled.
> >
> > Is there a way to do this? What alternatives have you used?
> >
> > Mervin Williams
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
re: mmm-mode, python-mode and doctest-mode? John J Lee Python 0 08-07-2007 07:49 PM
re: mmm-mode, python-mode and doctest-mode? Edward Loper Python 0 08-07-2007 08:58 AM
mmm-mode, python-mode and doctest-mode? John J Lee Python 3 12-01-2005 08:35 PM
Safe Mode (?) - It is meant to be normal mode but looks like safe mode English Patient Computer Support 3 10-03-2004 11:10 PM
DataGrid not displaying in new mode Mervin Williams ASP .Net 2 05-06-2004 04:58 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57