I'd like to be able to redefine the User ID for the radscheduler tables as a GUID, rather than an int. I'm working on a research project, which if it goes commercial, will have enough anticipated users that a simple int could begin to be too small. Plus, I'd like to be able to generate user id's from my code, rather than have a potential SQL bottleneck.
Is it possible to use a GUID rather than an int and still use the standard Telerik provider? Or will I have to write my own provider?
Is it possible to use a GUID rather than an int and still use the standard Telerik provider? Or will I have to write my own provider?