He instalado en 2 o 3 pc's y cuando quiero usar el control UltraGridExcelExporter1 no puedo usar sus metodos por que al escribir control.Metodo no me sale nada, como si el editor de codigo no reconociera el nombre "UltraGridExcelExporter1" de mi componente,
Alguien me puede ayudar, no se si debo activar algo o simplemente funcione de otra manera.
Hello Carlos,
I have found out how to do what you are looking for. Please note that we will really appreciate if you are posting your other questions into the corresponding forum areas, so you will receive better and faster assistance.
You should set IsFirstInGroup property of the desired tool at run time like:
tool.InstanceProps.IsFirstInGroup = true;Please feel free to let us know if you have any other questions.
I am glad that I was able to assist you.
Could you please post your new questions into the corresponding forum area, and we will be glad to assist you further with your requirements.
Please feel free to let us know if you have any other questions with this matter.
doubled in the toolbox export control, delete one of them and it works properly. Not because it doubled the controland reference but deleting one of them and works well.Thanks for the help.I have a question, you know how to group the ribboncontrols at runtime.
It is really hard for me to understand well, the exact scenario that you are having. Could you please write in English, I appreciate your assistance.
If you add the the component to the form and now two instances appear, that's mean that you already have one, which you could use normally, and also that you should be able to reference it in your code without issues.
If the reference is already there, when you add the component again, there shouldn't appear another reference for the same. You are most probably adding the other component, so its create another different reference for itself. What is the exact version of all of the Infragistics assemblies that you are using in your application? (You could right click each of the Infragistics and take a look "Version".).All of the assemblies have to have the very same version or your application won't be able to compile and run correctly.
What you could do aslo is remove the second component, make sure that there is just a single reference to your UltraGrid ExcelExporter, clear the Infragistics content from the licenses.licx file, clean and rebuild your application.
If you still have any other questions with this matter please feel free to contact us.
la version que aparece en la carpeta de Refrencias es : Infragistcs2.Win.UltraWinGrid.ExcelExport.v8.3dll y la version de Visual Studio es "2008"professional edition".
Algo curioso es cuando agrego el componente a mi formulario la referencia se agrega dos veces y en el codigo del diseñador de formulario aparece tambien dos veces repetido el codigo que señala al componente ExcelExport.
espero que me puedan ayudar, gracias.