| Thread | Last Post | Replies |
|
| Left-most characters in Data Formatting Expression? | 15 May 2004 02:46 GMT | 1 |
Is there any way to specify in the Property Builder a data formatting expression that only accepts the left-most X-number of characters from the column? Thanks to all!
|
| <asp:EditCommandColumn/> for PushButton bugs? | 14 May 2004 10:52 GMT | 1 |
I am using VB.net It is found that the <asp:EditCommandColumn/> wouldn't fired an event for OnEditCommand If pushbutton has been used:
|
| Problem with Sorting datagrid .. help please | 14 May 2004 05:18 GMT | 2 |
I have a datagrid as follows <asp:datagrid id="dtgIncomplete" Runat="server" OnPageIndexChanged="PageActiveRecords" AllowPaging="True" PageSize="25" autogeneratecolumns="false" Width="537px"
|
| Totals in grid footer? | 14 May 2004 05:11 GMT | 3 |
Is there a way to show subtotals in the footer of a datagrid? How? Thanks, Shane
|
| Listing | 13 May 2004 20:35 GMT | 1 |
I have SQL descriptions like this comm.CommandText = "SELECT ForumBaslik.Baslik, ForumBaslik.Soru,ForumBaslik.BaslikID,userTable.kulAd as Kul, ForumCevap.SoruID,ForumCevap.CevapID as CvpID, ForumCevap.Cevap as Cvp, ForumCevap.Ekleyen as CvpEkleyen, ForumCevap.Tarih as CvpTarih ...
|
| Grid Control ItemData event not firing | 13 May 2004 20:31 GMT | 5 |
I have a grid control on a page that I copied from another page and modified. For some reason it seem my ItemData event never fires. I even put a break point in it and it doesn't get there.
|
| ItemCommand not firing w/ a control in ItemTemplate column | 13 May 2004 13:43 GMT | 2 |
I 've been dealing with this problem for a while now. I have a datagrid in which one column is a template column, encompassing textboxes (1 hidden, 1 visible) and bound to the same data source column. Also the footer contains a button to save contents of the textboxes.
|
| Datagrid Link | 13 May 2004 12:30 GMT | 1 |
If I click on Select column from the datagrid, then I should be able to display information corresponding to a particular query based on that row in a datagrid in a different page. For. eg :
|
| ItemIndex is -1 in ItemCommand after selecting page in DataGrid | 13 May 2004 00:18 GMT | 1 |
I have set up a DataGrid with default paging. The DG ItemCommand works fine when user selects row by clicking on ButtonColumn (which fills in text boxes at bottom of page). ItemIndex properly shows 0 when first row selected, 1 for second, etc. But when user clicks on
|
| Access to controls in footer template | 12 May 2004 20:57 GMT | 5 |
All, I have created a footer template which I use to add a new entry via my datagrid. I also have an edit template to allow the user to edit a row in the grid. My problem is this. The second column of the grid
|
| setFocus within Grid | 12 May 2004 15:19 GMT | 1 |
How can I have the first row of the datagrid highlighted when the page loads? I have rows highlighting on mouseover, and doubleclick event, but i want the first row to be highlighted and also allow the user to use the arrows up and
|
| datagrid rowheight | 12 May 2004 11:42 GMT | 3 |
Is it possible to set the rowheight of the datagrid. I have a paging grid but if there is say 2 entries then the height of each row expands to fill the height of the grid. I want a way to keep the rowheight constant so leaving empty space at the
|
| datagrid codebehind formatting | 12 May 2004 04:50 GMT | 3 |
how do i format datetime in codebehind ? i use a dll with all my funtions in and the dates are coming out as 15/03/2004 00:00:00 code is like this :-
|
| Microsoft Walkthrough | 11 May 2004 17:23 GMT | 1 |
Using Visual Studio.net, I'm following the Microsoft Walkthrough located at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbwl kWalkthroughUsingDataGridWebControlToReadWriteData.asp Everything works as advertised except for the line of code: "r =
|
| Custom Paging in datagrid | 10 May 2004 20:38 GMT | 2 |
i have tried implementing custom paging using the example from 4 guys from rolla....however example doesnot work as desired.....i.e when the pagecount is 1...and current page index is 0(for the first page...then nothing hapens and it does not move to next page...am i missing
|