Advertisement

1 - 10 of 45 containing alltags:("dataformatstring") (0 seconds)
I have set my column fomatting as DataFormatString="{0:N}".  I have make sure in my regional settings as US (ie decimal symbol as . and digit grouping as ,). But in my grid(and also in my crysta...
Zones: .NET, Microsoft ProgrammingDate Answered: 02/25/2003 Grade: A Views: 41
Hello Experts! I use this same code for two other Datagrids and I don't have this problem so I figure it's something with the select statement I'm using.  Every page load is taking around 15 sec...
Zones: .NETDate Answered: 02/08/2004 Grade: A Views: 0
Hi, I've been looking around and cant find a way to format a number to 2 decimal places (123.456 -> 123.45, 23 -> 23.00).  Can someone end my frustration! Thanks.
Zones: .NETDate Answered: 09/24/2004 Grade: A Views: 0
I want to show only a certain length of a string that loads into a DataGrid Column (lets say 20 characters).  I know how I would do this programatically, but I was wondering if there is a way using...
Zones: ASP.Net ProgrammingDate Answered: 11/01/2005 Grade: A Views: 24
Hi, which (c#) dataformat string would you choose: input: 1523.460 current output: 1523.46 Desired output: 1523.460
Zones: C#Date Answered: 04/14/2004 Grade: B Views: 4
I have a datagrid where you can click and view form submittions. I am displaying the title of the form and the date the form was submitted. On the original form I had a radio button list that reque...
Zones: ASP.Net ProgrammingDate Answered: 06/11/2004 Grade: B Views: 0
Hello all, I am trying to format a dynamically populated DataGrid without much success. I am able to apply HorizontalAlign and change the HeaderText, but applying DataFormatString has no effect....
Zones: ASP.Net ProgrammingDate Answered: 08/21/2004 Grade: A Views: 0
How can I define a dataformat string for a datagrid created dynamically?   Some of the columns of my datagrid need to be formated.  For static datagrids I was using a command like "DataFormatString...
Zones: C#Date Answered: 08/22/2005 Grade: A Views: 0
I have included DataFormatString formatting on some columns in a GridView. These string are able to be setup by the end user but i'm having trouble finding a good list of examples i can include ...
Zones: MS Visual BasicDate Answered: 04/10/2006 Grade: A Views: 562
Hi, I have a datagrid thats bound to a datable where a date column is in the format {MMM dd,YYYY}. From the Database itself its coming in this format.. I am just not able to format it to the...
Zones: C#Date Answered: 10/10/2006 Grade: A Views: 92