Tagged Questions
The headertext tag has no wiki summary.
3
votes
1answer
806 views
How do I break the a BoundField's HeaderText
In HTML in the td of a table you can break text by using <BR> between the words. This also works in the HeaderText of a TemplateItem but not the HeaderText of a BoundField. How do I break up ...
1
vote
2answers
482 views
static variables as Header of TemplateFields in grdiv view asp.net
I have the asp.net application where I am having the editable grid view with the edit,Delete,Add options. this grid having as usual Template fields. I have also a static Class that having static ...
0
votes
0answers
52 views
Displaying the same datagridview column headertext with substrings having two different fonts
I have a datagridview on my form. i am adding columns at runtime with headertext as date and events on that date. The problem is that, i want to show the date and events in different fonts.
e.g. i ...
0
votes
2answers
95 views
How do I wrap header text if my data source is a DataTable?
I have a GridView whose data source is built dynamically as a DataTable - how can I specify column-specific header wrapping considering I'm specifying the structure in code?
I've not found anything ...
0
votes
1answer
39 views
TemplateField HeaderText ASP
I want HeaderText to be displayed only when Edit Mode is active
<asp:TemplateField>
<EditItemTemplate>
<asp:FileUpload ID="fileUploadControl" runat="server" />
...
0
votes
1answer
50 views
GridView column .different fonts for headertext
i have a requirement to show a gridview column as mandatory field(using asterix sign) ie
SomColumn1 SomeColumn2*
my problem is how can i make the column name and asterisk sign in two different fonts
...
0
votes
0answers
56 views
Localization of Grid on stronly typed MVC View
I have a strongly typed MVC view i.e. BaseUser. Which has following public properties :
UserId
UserName
And in my controller I am populating the data from a database and return to the View.
In the ...
0
votes
1answer
496 views
Change headertext in dynamic gridview with sqlCommand
I created a dynamic gridview which I send in an email. But all works except for the headertext. I can't seem to find how i can define the headertext.
My sqlCommand displays 4 columns, but when i ...
0
votes
2answers
490 views
How can I get the gridview header's text that is clicked by the user
I had a grid view populated from dataset and I have to redirect another page when user clicks on gridview header.
How can I get the gridview header's text that is clicked by the user .
I tried some ...
0
votes
1answer
200 views
How to switch off validation summary HeaderText for a perticular CustomValidator
I have 6 required field validators and 1 custom validator. ErrorMsg is common for required fields so I have set that msg to validation summery headertext but the problem is that error message is ...
0
votes
1answer
684 views
Customising Flex datagrid headerText
Gurus,
I have a Adobe AIR application which has a datagrid. My requirement is to allow the user to make the column headers and the number of columns of that grid, customizable.
1. How can I get the ...
0
votes
2answers
4k views
GridView FindControl returns null when HeaderText is set
I have a GridView...
<asp:GridView EnableViewState="true"
ID="grdResults"
runat="server"
CssClass="resultsGrid"
...