Hi
How can I change back color of group panel?
(This panel wit text: „Drag a column here to group by this column.”)
Regards
try
{
DataRow[] platformRow = dsPlatformsxml.Tables[0].Select(
"ID = '"
+txtID.Text.ToString()+
"'"
);
DataRow drUpdate = platformRow[0];
drUpdate[2] = txtUsername.Text.ToString();
}
catch
(Exception ex)
{
string
test = ex.Message;
}
Public Class CustomSummaryItem Inherits GridViewSummaryItembut when i try to do this the GridViewSummaryItem has no virtual/abstract method:
Public Overrides Function Evaluate(ByVal row As IHierarchicalRow) As Object please help me out, Thanks. i have 2010.2.10.914 version.
Feature requests:
These are in addition to all the general html formatting basics as
there are to many of those to list and they are pretty obvious:
Sometimes we prefer plain HTML (as opposed to xHTML) as the output. It would be great if the editor was easily configured for a specific content type: HTML, xHTML, Textile, etc. The markup view would need to be able to show and allow editing of this type of markup.
Options to generate other filetypes (eg: Word, RTF, PDF, HTML) for export would also be great.
The option of a slim control bar (rather than the wide 'Ribbon' style) to conserve screen space is important.
Also we are currently trying to use the editor with a variable parsing engine - This requires us to place special charators to denote the variables in the html - such as %%Variable%% - it would be very good if we had the option to not re-write html code when these tags are in place at the moment we are having a few issues where editors try and get clever and do re-writing because these are invalid chars in certain places in the code.
I
really hope a decent winforms editor is an upcoming product, so we
don't have to go third party - its going to cost us almost as much as
the whole telerik sweet just to get a decent third party winforms
editor, and I really would like to keep everything inline with your
fantastic product!