Hi,
I have a class as follows:
}
I have a class as follows:
namespace
IControls
{
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Windows.Forms;
using IControls.Configurations;
using IControls.MessageIntrade;
using Telerik.WinControls.UI;
/// <summary>
/// Clase extendida del RadGridView
/// </summary>
public class IGridView : RadGridView
{
/// <summary>
/// Constructor del control
/// </summary>
public IGridView()
{
}}
but this does not work... why?
When I Drag my control, all style is lost..
Any idea?
Thanks!!
When I Drag my control, all style is lost..
Any idea?
Thanks!!