Posted on Oct 4, 2011 (permalink)
Reply
Posted on Nov 1, 2011 (permalink)
Posted on Dec 9, 2011 (permalink)
/// <summary>
/// Cancel MultiColumnComboBox Close on heaader or filter field click
/// </summary>
private
void
MultiColumnComboBox_DropDownClosing(
object
sender, RadPopupClosingEventArgs args)
{
if
((sender
as
RadMultiColumnComboBox).SelectedIndex == -1)
args.Cancel =
true
;
}
/// Cancel MultiColumnComboBox Column Close on header or filter field click
radMultiColumnComboBox_Generic_PopupClosing(
RadMultiColumnComboBoxElement).SelectedIndex == -1)
RadMultiColumnComboBoxElement).Rows.Count > 0)
Posted on Jan 31, 2012 (permalink)
Posted on Feb 20, 2012 (permalink)
Back to Top
[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]
UI controls for ASP.NET AJAX, MVC, WPF, Silverlight, Windows Forms and Windows Phone. Visual Studio productivity tools. Reporting and data layer solutions.
HTML5 / JavaScript tools for Web and Mobile applications
Functional, Performance, Load and Mobile Software Testing
CMS, Mobile Web, Ecommerce, Emarketing, Social Media
Project management software inspired by Agile best practices
It seems you haven't bookmarked any pages. Fix that by clicking the button below